const runtime.uintptrMask
12 uses
runtime (current package)
malloc.go#L496: p = uintptr(i)<<32 | uintptrMask&(0x00c0<<32)
malloc.go#L497: if p >= uintptrMask&0x00e000000000 {
malloc.go#L501: p = uintptr(i)<<40 | uintptrMask&(0x0013<<28)
malloc.go#L503: p = uintptr(i)<<40 | uintptrMask&(0x0040<<32)
malloc.go#L510: p = uintptr(i)<<40 | uintptrMask&(0xa0<<52)
malloc.go#L512: p = uintptr(i)<<40 | uintptrMask&(0x00c0<<32)
mranges.go#L117: maxOffAddr = offAddr{(((1 << heapAddrBits) - 1) + arenaBaseOffset) & uintptrMask}
stack.go#L122: uintptrMask = 1<<(8*goarch.PtrSize) - 1
stack.go#L130: stackPreempt = uintptrMask & -1314
stack.go#L134: stackFork = uintptrMask & -1234
stack.go#L138: stackForceMove = uintptrMask & -275
stack.go#L141: stackPoisonMin = uintptrMask & -4096
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |